home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #9 / K-CD-9-2002.ISO / F1 2002 / f1_2002_wip_demo.exe / Season02 / Vehicles / generic.tbc < prev    next >
Encoding:
Text File  |  2002-04-22  |  8.7 KB  |  299 lines

  1.  
  2. // Tire brand found in *.hdv files refer to file name.
  3. // "Generic" brand tires ... hint hint hint!
  4.  
  5. // Slip curves do not represent the coefficient of grip.  Instead they represent
  6. // the reaction to the current slip.  Regardless of the peak value in this curve,
  7. // it will be automatically normalized to have a peak of 1.0.
  8.  
  9. // The peak of the slip curve is dynamically adjusted to higher or lower slip
  10. // values based on current load and possibly other factors.  See the LatPeak and
  11. // LongPeak tire parameters for more info.
  12.  
  13. // Slip curve data points are connected using a cubic spline, so there is no
  14. // need to use a massive amount of data points unless the curve is really busy.
  15.  
  16. // Lateral slip angles are normalized so that 90 degrees is 1.0.  Longitudinal 
  17. // slip ratios closely match the SAE definition.
  18.  
  19. // All curves should probably go out to at least a slip of 2.0, even the lateral
  20. // and braking curves.  Although locking up your brakes is a slip of 1.0, there
  21. // are situations where you can spin your wheels in the opposite direction of
  22. // your velocity (like shifting into reverse while moving forwards).
  23.  
  24. // Note that the initial slope of the curve may have an effect on how some
  25. // features behave, such as traction control, skids, and tire smoke.
  26.  
  27. [SLIPCURVE]
  28. Name="Default"
  29. Step=0.0150                    // Slip step
  30. Data:
  31. 0.00000 0.15643 0.30902 0.45399 0.58779 0.70711 0.80902 0.89101 0.95106 0.98769
  32. 1.00000 0.99994 0.99977 0.99949 0.99909 0.99858 0.99796 0.99723 0.99638 0.99542
  33. 0.99435 0.99318 0.99189 0.99049 0.98899 0.98738 0.98567 0.98385 0.98193 0.97990
  34. 0.97778 0.97555 0.97323 0.97082 0.96830 0.96570 0.96300 0.96022 0.95734 0.95439
  35. 0.95134 0.94822 0.94501 0.94173 0.93837 0.93494 0.93143 0.92786 0.92422 0.92052
  36. 0.91675 0.91293 0.90905 0.90511 0.90112 0.89708 0.89300 0.88887 0.88470 0.88049
  37. 0.87624 0.87197 0.86766 0.86332 0.85896 0.85458 0.85017 0.84575 0.84132 0.83688
  38. 0.83243 0.82797 0.82351 0.81906 0.81460 0.81016 0.80572 0.80130 0.79689 0.79250
  39. 0.78813 0.78379 0.77947 0.77518 0.77092 0.76670 0.76252 0.75837 0.75427 0.75022
  40. 0.74621 0.74226 0.73836 0.73451 0.73073 0.72700 0.72334 0.71975 0.71622 0.71277
  41. 0.70938 0.70607 0.70284 0.69969 0.69662 0.69363 0.69073 0.68792 0.68519 0.68255
  42. 0.68001 0.67756 0.67521 0.67295 0.67080 0.66874 0.66678 0.66493 0.66318 0.66153
  43. 0.66000 0.65857 0.65724 0.65603 0.65492 0.65393 0.65304 0.65227 0.65161 0.65107
  44. 0.65063 0.65031 0.65010 0.65001
  45.  
  46. // Note that the dry and wet performance numbers are NOT
  47. // relative.  They will still be scaled by the terrain dry/wet values
  48. // in terrain.tdf.  For example, if normal pavement has the scaling
  49. // parameters dry=1.0 and wet=0.8, and a rain tire has scaling
  50. // parameters of dry=1.30 and wet=1.35, then the overall grip in
  51. // the dry will be (1.0 * 1.30) = 1.30, while the overall grip in
  52. // the wet will be (0.8 * 1.35) = 1.08.
  53.  
  54. // FYI - we add "Compound" to each name in order to translate it,
  55. // because these names may not be unique to tire compounds.
  56.  
  57. [COMPOUND]
  58. Name="Hard Compound"
  59. Front:
  60. DryLatLong=(1.660, 1.810)      // Lateral/longitudinal coefficients in dry weather
  61. WetLatLong=(1.232, 1.382)      // Lateral/longitudinal coefficients in wet weather
  62. Radius=0.325                   // Radius of tire
  63. RadiusRPM=4.65e-6              // Increased radius per unit RPM
  64. SpringBase=44500.0             // Base spring rate with no pressure
  65. SpringkPa=1331.0               // Spring rate per unit pressure
  66. Damper=545.0                   // Damping rate of tire
  67. LoadSens=34500.0               // Load sensitivity of tire
  68. LatPeak=(0.10, 0.21, 24600.0)  // Slip range where lateral peak force occurs depending on load
  69. LongPeak=(0.10, 0.21, 24600.0) // Slip range where longitudinal peak force occurs depending on load
  70. LatCurve="Default"             // Slip angle curve (data uses normalized angle)
  71. BrakingCurve="Default"         // Slip ratio curve under braking
  72. TractiveCurve="Default"        // Slip ratio curve under acceleration
  73. Camber=(3.05, 0.10)            // Peak camber angle and additional lateral force gained
  74. RollingHeat=12.3               // Heat caused by rolling (deg C per unit rotation times deflection)
  75. FrictionHeat=0.385             // Heat caused from friction (deg C per unit force lost thru slippage)
  76. WearRate=0.837e-7              // Wear rate constant
  77. Softness=0.5                   // Softness is now just for AI use
  78. AILoad=18000.0                 // Simple load sensitivity for AI vehicles
  79. OptimumTemp=114.0              // Optimum operating temperature for peak forces (Celsius)
  80. OptimumPressure=143.0          // Optimum warm pressure for tire to remain flat on ground
  81. Rear:
  82. DryLatLong=(1.710, 1.860)
  83. WetLatLong=(1.272, 1.418)
  84. Radius=0.325
  85. RadiusRPM=4.65e-6
  86. SpringBase=66810.0
  87. SpringkPa=1419.0
  88. Damper=610.0
  89. LoadSens=34500.0
  90. LatPeak=(0.09, 0.19, 24600.0)
  91. LongPeak=(0.09, 0.19, 24600.0)
  92. LatCurve="Default"
  93. BrakingCurve="Default"
  94. TractiveCurve="Default"
  95. Camber=(2.05, 0.08)
  96. RollingHeat=10.0
  97. FrictionHeat=0.252
  98. WearRate=0.545e-7
  99. Softness=0.5
  100. AILoad=18000.0
  101. OptimumTemp=114.0
  102. OptimumPressure=135.0
  103.  
  104. [COMPOUND]
  105. Name="Soft Compound"
  106. Front:
  107. DryLatLong=(1.710, 1.860)
  108. WetLatLong=(1.288, 1.438)
  109. Radius=0.325
  110. RadiusRPM=4.65e-6
  111. SpringBase=44500.0
  112. SpringkPa=1331.0
  113. Damper=545.0
  114. LoadSens=34500.0
  115. LatPeak=(0.10, 0.21, 24600.0)
  116. LongPeak=(0.10, 0.21, 24600.0)
  117. LatCurve="Default"
  118. BrakingCurve="Default"
  119. TractiveCurve="Default"
  120. Camber=(3.05, 0.10)
  121. RollingHeat=14.8
  122. FrictionHeat=0.390
  123. WearRate=1.006e-7
  124. Softness=0.6
  125. AILoad=18000.0
  126. OptimumTemp=112.0
  127. OptimumPressure=143.0
  128. Rear:
  129. DryLatLong=(1.760, 1.835)
  130. WetLatLong=(1.338, 1.393)
  131. Radius=0.325
  132. RadiusRPM=4.65e-6
  133. SpringBase=66810.0
  134. SpringkPa=1419.0
  135. Damper=610.0
  136. LoadSens=34500.0
  137. LatPeak=(0.09, 0.19, 24600.0)
  138. LongPeak=(0.09, 0.19, 24600.0)
  139. LatCurve="Default"
  140. BrakingCurve="Default"
  141. TractiveCurve="Default"
  142. Camber=(2.05, 0.08)
  143. RollingHeat=12.0
  144. FrictionHeat=0.255
  145. WearRate=0.658e-7
  146. Softness=0.6
  147. AILoad=18000.0
  148. OptimumTemp=112.0
  149. OptimumPressure=135.0
  150.  
  151. [COMPOUND]
  152. Name="Intermediate Compound"
  153. WetWeather=1
  154. Front:
  155. DryLatLong=(1.610, 1.760)
  156. WetLatLong=(1.460, 1.610)
  157. Radius=0.325
  158. RadiusRPM=4.65e-6
  159. SpringBase=44500.0
  160. SpringkPa=1331.0
  161. Damper=545.0
  162. LoadSens=34500.0
  163. LatPeak=(0.10, 0.21, 24600.0)
  164. LongPeak=(0.10, 0.21, 24600.0)
  165. LatCurve="Default"
  166. BrakingCurve="Default"
  167. TractiveCurve="Default"
  168. Camber=(3.05, 0.10)
  169. RollingHeat=18.5
  170. FrictionHeat=0.397
  171. WearRate=1.261e-7
  172. Softness=0.75
  173. AILoad=18000.0
  174. OptimumTemp=109.0
  175. OptimumPressure=143.0
  176. Rear:
  177. DryLatLong=(1.660, 1.810)
  178. WetLatLong=(1.510, 1.660)
  179. Radius=0.325
  180. RadiusRPM=4.65e-6
  181. SpringBase=66810.0
  182. SpringkPa=1419.0
  183. Damper=610.0
  184. LoadSens=34500.0
  185. LatPeak=(0.09, 0.19, 24600.0)
  186. LongPeak=(0.09, 0.19, 24600.0)
  187. LatCurve="Default"
  188. BrakingCurve="Default"
  189. TractiveCurve="Default"
  190. Camber=(2.05, 0.08)
  191. RollingHeat=15.1
  192. FrictionHeat=0.260
  193. WearRate=0.829e-7
  194. Softness=0.75
  195. AILoad=18000.0
  196. OptimumTemp=109.0
  197. OptimumPressure=135.0
  198.  
  199. [COMPOUND]
  200. Name="Wet Compound"
  201. WetWeather=1
  202. Front:
  203. DryLatLong=(1.388, 1.538)
  204. WetLatLong=(1.560, 1.710)
  205. Radius=0.325
  206. RadiusRPM=4.65e-6
  207. SpringBase=44500.0
  208. SpringkPa=1331.0
  209. Damper=545.0
  210. LoadSens=34500.0
  211. LatPeak=(0.10, 0.21, 24600.0)
  212. LongPeak=(0.10, 0.21, 24600.0)
  213. LatCurve="Default"
  214. BrakingCurve="Default"
  215. TractiveCurve="Default"
  216. Camber=(3.05, 0.10)
  217. RollingHeat=22.2
  218. FrictionHeat=0.405
  219. WearRate=1.522e-7
  220. Softness=0.9
  221. AILoad=18000.0
  222. OptimumTemp=107.0
  223. OptimumPressure=143.0
  224. Rear:
  225. DryLatLong=(1.412, 1.562)
  226. WetLatLong=(1.610, 1.760)
  227. Radius=0.325
  228. RadiusRPM=4.65e-6
  229. SpringBase=66810.0
  230. SpringkPa=1419.0
  231. Damper=610.0
  232. LoadSens=34500.0
  233. LatPeak=(0.09, 0.19, 24600.0)
  234. LongPeak=(0.09, 0.19, 24600.0)
  235. LatCurve="Default"
  236. BrakingCurve="Default"
  237. TractiveCurve="Default"
  238. Camber=(2.05, 0.08)
  239. RollingHeat=18.0
  240. FrictionHeat=0.264
  241. WearRate=1.005e-7
  242. Softness=0.9
  243. AILoad=18000.0
  244. OptimumTemp=107.0
  245. OptimumPressure=135.0
  246.  
  247. [COMPOUND]
  248. Name="Monsoon Compound"
  249. WetWeather=1
  250. Front:
  251. DryLatLong=(1.232, 1.382)
  252. WetLatLong=(1.610, 1.760)
  253. Radius=0.325
  254. RadiusRPM=4.65e-6
  255. SpringBase=44500.0
  256. SpringkPa=1331.0
  257. Damper=545.0
  258. LoadSens=34500.0
  259. LatPeak=(0.10, 0.21, 24600.0)
  260. LongPeak=(0.10, 0.21, 24600.0)
  261. LatCurve="Default"
  262. BrakingCurve="Default"
  263. TractiveCurve="Default"
  264. RollingHeat=24.7
  265. FrictionHeat=0.410
  266. WearRate=1.694e-7
  267. Camber=(3.05, 0.10)
  268. Softness=1.0
  269. AILoad=18000.0
  270. OptimumTemp=105.0
  271. OptimumPressure=143.0
  272. Rear:
  273. DryLatLong=(1.372, 1.522)
  274. WetLatLong=(1.660, 1.804)
  275. Radius=0.325
  276. RadiusRPM=4.65e-6
  277. SpringBase=66810.0
  278. SpringkPa=1419.0
  279. Damper=610.0
  280. LoadSens=34500.0
  281. LatPeak=(0.09, 0.19, 24600.0)
  282. LongPeak=(0.09, 0.19, 24600.0)
  283. LatCurve="Default"
  284. BrakingCurve="Default"
  285. TractiveCurve="Default"
  286. Camber=(2.05, 0.08)
  287. RollingHeat=20.1
  288. FrictionHeat=0.267
  289. WearRate=1.118e-7
  290. Softness=1.0
  291. AILoad=18000.0
  292. OptimumTemp=105.0
  293. OptimumPressure=135.0
  294.  
  295.  
  296.  
  297.  
  298.  
  299.